home *** CD-ROM | disk | FTP | other *** search
/ HaCKeRz Kr0nlcKLeZ 1 / HaCKeRz Kr0nlcKLeZ.iso / hack.exe / 0 / RCDATA / TPOPUPBALLOONFORM / TPOPUPBALLOONFORM.txt
Encoding:
Text File  |  1997-05-21  |  783 b   |  41 lines

  1. object PopUpBalloonForm: TPopUpBalloonForm
  2.   Left = 573
  3.   Top = 132
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 131
  7.   ClientWidth = 171
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = [fsBold]
  12.   FormStyle = fsStayOnTop
  13.   Scaled = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Test: TLabel
  17.     Left = 9
  18.     Top = 9
  19.     Width = 28
  20.     Height = 16
  21.     Caption = 'Test'
  22.     ShowAccelChar = False
  23.     Transparent = True
  24.     OnClick = TextBalloonClick
  25.   end
  26.   object TextBalloon: TNeoBookBalloon
  27.     Left = 0
  28.     Top = 0
  29.     Width = 171
  30.     Height = 131
  31.     Alignment = taCenter
  32.     Align = alClient
  33.     OnClick = TextBalloonClick
  34.     XOffset = 8
  35.     YOffset = 8
  36.     StemPos = spBottom
  37.     StemSize = 16
  38.     StemOffset = 0
  39.   end
  40. end
  41.